PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFImage Class / load Method / load(Stream) Method
Stream that contains the image.
In This Topic
    load(Stream) Method
    In This Topic
    Loads an image from the given stream.
    Syntax
    public static PDFImage load( 
       Stream stream
    )

    Parameters

    stream
    Stream that contains the image.

    Return Value

    A specific Object.
    See Also